home *** CD-ROM | disk | FTP | other *** search
- .key dir
- .bra {
- .ket }
-
- If Not Exists {dir}
- Echo "Object not found"
- Quit >NIL: 205
- EndIf
- Ask "Delete directory `{dir}' and all its subdirectories? [yn] "
- If WARN
- Echo "Deleting {dir}..."
- Delete {dir} all quiet
- If Exists {dir}.info
- Delete {dir}.info quiet
- EndIf
- EndIf
-